Document Library for WinForms | ComponentOne
C1.Win.Document.8 Assembly / C1.Win.Document Namespace / IAsyncOperationWithProgress<TResult,TProgress> Interface / Status Property

In This Topic
    Status Property (IAsyncOperationWithProgress<TResult,TProgress>)
    In This Topic
    Gets a value that indicates the status of the asynchronous operation.
    Syntax
    'Declaration
     
    ReadOnly Property Status As AsyncStatus
    AsyncStatus Status {get;}
    See Also